Learn R Programming

DataSetsUni (version 0.1)

kidney Dialysis Patients: The data set consists of times to infection of kidney dialysis patients in months

Description

The function allows to provide the times to infection of kidney dialysis patients in months.

Usage

data_kidney

Value

data_kidney gives the times to infection of kidney dialysis patients in months.

Arguments

data_kidney

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set consists of times to infection of kidney dialysis patients in months. Recently, it is used by Bantan et al. (2020) and fitted the unit-Rayleigh distribution.

References

Bantan, R. A., Chesneau, C., Jamal, F., Elgarhy, M., Tahir, M. H., Ali, A., ... & Anam, S. (2020). Some new facts about the unit-Rayleigh distribution with applications. Mathematics, 8(11), 1954.

Klein, J. P., & Moeschberger, M. L. (2003). Survival analysis: techniques for censored and truncated data (Vol. 1230). New York: Springer.

Examples

Run this code
x<-data_kidney
summary(x)

Run the code above in your browser using DataLab